home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / macutils.zip / hexbin.man < prev    next >
Text File  |  1992-11-19  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. HEXBIN(L)                LOCAL COMMANDS                 HEXBIN(L)
  5.  
  6.  
  7.  
  8. NAME
  9.      hexbin - Macintosh file de-binhexer
  10.  
  11. SYNOPSIS
  12.      hexbin [ - options ] [ files ]
  13.  
  14. DESCRIPTION
  15.      _h_e_x_b_i_n takes the text files specified in _f_i_l_e_s (or  standard
  16.      input if none is specified) and converts them subject to the
  17.      _o_p_t_i_o_n_s specified.
  18.  
  19. OPTIONS
  20.      In the absence of any options, _h_e_x_b_i_n  takes  the  specified
  21.      files and silently converts them into MacBinary format, giv-
  22.      ing the output files ".bin" extensions and placing  them  in
  23.      the current working directory.
  24.  
  25.      -3   Write files in fork  format  (.info,  .data  and  .rsrc
  26.           files.)
  27.  
  28.      -f   As -3, but empty data and rsrc files are not created.
  29.  
  30.      -r   Write resource forks only (.rsrc files.)
  31.  
  32.      -d   Write data forks only (.data files.)
  33.  
  34.      -u   As -d, but the codes for CR and  LF  are  interchanged,
  35.           the filename extension is .text.
  36.  
  37.      -U   As -u, but there is no filename extension.
  38.  
  39.      -a   Write files in AppleShare format.  This option is  only
  40.           valid  if the program is compiled with support for some
  41.           form of AppleShare.  The current directory  must  be  a
  42.           valid AppleShare folder.
  43.  
  44.      -s   Write extracted files to standard output  in  MacBinary
  45.           format.
  46.  
  47.      -l   List every file extracted (and  every  directory/folder
  48.           created etc.)
  49.  
  50.      -v   Like -l, but more verbose.  When this option is  speci-
  51.           fied  all  lines  skipped because they do not belong to
  52.           the hexified format are listed (implies -l.)
  53.  
  54.      -i   Do not convert, give information only (implies -l.)
  55.  
  56.      -c   Do not check whether  the  hexified  lines  have  equal
  57.           size.   Normally  the  hexifiers  gives text files with
  58.           equal length line size, hexbin uses this in its heuris-
  59.           tics  to  determine  whether  a  line  must be skipped.
  60.  
  61.  
  62.  
  63. Sun Release 4.1   Last change: October 22, 1992                 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. HEXBIN(L)                LOCAL COMMANDS                 HEXBIN(L)
  71.  
  72.  
  73.  
  74.           There are however hexified files that do not conform to
  75.           that  pattern.  If this option is specified hexbin will
  76.           in general be unable to detect whether a line  is  gar-
  77.           bage or not, so you have to remove the garbage by hand.
  78.  
  79.      -n name
  80.           Gives the Unix base file name for the converted  files.
  81.           For files hexified with BinHex 4.0 or compatible hexif-
  82.           iers this flag is not needed; hexbin will determine the
  83.           Unix  file  name based on the Mac file name.  For files
  84.           in dl, hex or hcx format this parameter may  be  needed
  85.           as these formats do not include the Mac filename.  Nor-
  86.           mally hexbin will in those cases  base  the  Unix  file
  87.           name  on  the text file name, but that can be overruled
  88.           with this parameter.
  89.  
  90.      -V   Gives the patchlevel of the program, and other informa-
  91.           tion.   Other options are ignored and the program quits
  92.           immediately.
  93.  
  94.      -H   Give  short  information  about  the  options.    Other
  95.           options are ignored and the program quits immediately.
  96.  
  97. BUGS
  98.      As this is a beta release, there may still be some problems.
  99.  
  100. SEE ALSO
  101.      macutil(1)
  102.  
  103. AUTHOR
  104.      Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)
  105.  
  106.      Parts of the code are based on codes from:  ahm  (?),  Darin
  107.      Adler,  Jim Budler, Dave Johnson, Dan LaLiberte, Jeff Meyer,
  108.      Guido van Rossum.
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sun Release 4.1   Last change: October 22, 1992                 2
  130.  
  131.  
  132.  
  133.